home *** CD-ROM | disk | FTP | other *** search
/ Freelog 46 / Freelog046.iso / Bas / Internet / Jsutility1 / setup.exe / {app} / help / styles.css < prev    next >
Cascading Style Sheet File  |  2003-01-13  |  1KB  |  77 lines

  1. body      {
  2.      scrollbar-3dlight-color: red; 
  3.      scrollbar-arrow-color: white; 
  4.      scrollbar-base-color: fuchsia; 
  5.      scrollbar-darkshadow-color: black; 
  6.      scrollbar-face-color: red; 
  7.      scrollbar-highlight-color: white; 
  8.      scrollbar-shadow-color: red 
  9. }
  10.  
  11.  
  12.  
  13. a.navhead:link    { 
  14.      text-decoration: none; font-weight: bold; color: black
  15. }
  16.  
  17. a.navhead:visited { 
  18.      text-decoration: none; font-weight: bold; color: black
  19. }
  20.  
  21. a.navhead:active  { 
  22.      text-decoration: none; font-weight: bold; color: black
  23. }
  24.  
  25. a.navhead:hover   { 
  26.      text-decoration: none; font-weight: bold; color: gray
  27. }
  28.  
  29. a.navitem:link    { 
  30.      text-decoration: none; color: black
  31. }
  32.  
  33. a.navitem:visited { 
  34.      text-decoration: none; color: black 
  35. }
  36.  
  37. a.navitem:active  { 
  38.      text-decoration: none; color: black
  39. }
  40.  
  41. a.navitem:hover   { 
  42.      text-decoration: none; color: navy
  43. }
  44.  
  45. a.reg:link    { 
  46.      text-decoration: none; color: navy
  47. }
  48.  
  49. a.reg:visited { 
  50.      text-decoration: none; color: navy 
  51. }
  52.  
  53. a.reg:active  { 
  54.      text-decoration: none; color: navy
  55. }
  56.  
  57. a.reg:hover   { 
  58.      text-decoration: none; color: silver
  59. }
  60.  
  61. p  {
  62.      color:black;
  63.      font-family: verdana, arial;
  64.      font-size:12px
  65. }
  66.  
  67. td  {
  68.      color:black;
  69.      font-family: verdana, arial;
  70.      font-size:12px
  71. }
  72.  
  73. td.small  {
  74.      color:black;
  75.      font-family: verdana, arial;
  76.      font-size:10px
  77. }